home *** CD-ROM | disk | FTP | other *** search
- global gRecordSet, gTracker
-
- on exitFrame me
- if gTracker.p12345 = EMPTY then
- exit
- end if
- if gRecordSet.pFlashObject.pDebugResults <> "no" then
- if gRecordSet.pFlashObject.pDebugResults <= VOID then
- go(the frame)
- else
- go(the frame + 1)
- end if
- else
- go(the frame)
- end if
- end
-